UnprocessedScramSecret class
Error info for scram secret associate/disassociate failure.
Constructors
- UnprocessedScramSecret({String? errorCode, String? errorMessage, String? secretArn})
- 
          UnprocessedScramSecret.fromJson(Map<String, dynamic> json)
- 
          
            factory
Properties
- errorCode → String?
- 
  Error code for associate/disassociate failure.
  final
- errorMessage → String?
- 
  Error message for associate/disassociate failure.
  final
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- secretArn → String?
- 
  AWS Secrets Manager secret ARN.
  final
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited