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.
1569 1570 1571 1572 1573 1574 1575 |
# File 'lib/aws-sdk-managedgrafana/types.rb', line 1569 class UpdateError < Struct.new( :caused_by, :code, :message) SENSITIVE = [] include Aws::Structure end |
#code ⇒ Integer
The error code.
1569 1570 1571 1572 1573 1574 1575 |
# File 'lib/aws-sdk-managedgrafana/types.rb', line 1569 class UpdateError < Struct.new( :caused_by, :code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
The message for this error.
1569 1570 1571 1572 1573 1574 1575 |
# File 'lib/aws-sdk-managedgrafana/types.rb', line 1569 class UpdateError < Struct.new( :caused_by, :code, :message) SENSITIVE = [] include Aws::Structure end |