ServiceError class
Describes an AWS OpsWorks Stacks service error.
Constructors
- ServiceError({String? createdAt, String? instanceId, String? message, String? serviceErrorId, String? stackId, String? type})
-
ServiceError.fromJson(Map<
String, dynamic> json) -
factory
Properties
- createdAt → String?
-
When the error occurred.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- instanceId → String?
-
The instance ID.
final
- message → String?
-
A message that describes the error.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serviceErrorId → String?
-
The error ID.
final
- stackId → String?
-
The stack ID.
final
- type → String?
-
The error type.
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