Class: Aws::ManagedGrafana::Types::UpdateError
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedGrafana::Types::UpdateError
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-managedgrafana/types.rb
Overview
A structure containing information about one error encountered while performing an [UpdatePermissions] operation.
[1]: docs.aws.amazon.com/grafana/latest/APIReference/API_UpdatePermissions.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#caused_by ⇒ Types::UpdateInstruction
Specifies which permission update caused the error.
-
#code ⇒ Integer
The error code.
-
#message ⇒ String
The message for this error.
Instance Attribute Details
#caused_by ⇒ Types::UpdateInstruction
Specifies which permission update caused the error.
1575 1576 1577 1578 1579 1580 1581 |
# File 'lib/aws-sdk-managedgrafana/types.rb', line 1575 class UpdateError < Struct.new( :code, :message, :caused_by) SENSITIVE = [] include Aws::Structure end |
#code ⇒ Integer
The error code.
1575 1576 1577 1578 1579 1580 1581 |
# File 'lib/aws-sdk-managedgrafana/types.rb', line 1575 class UpdateError < Struct.new( :code, :message, :caused_by) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
The message for this error.
1575 1576 1577 1578 1579 1580 1581 |
# File 'lib/aws-sdk-managedgrafana/types.rb', line 1575 class UpdateError < Struct.new( :code, :message, :caused_by) SENSITIVE = [] include Aws::Structure end |