Class: Aws::ManagedGrafana::Types::UpdateError

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#caused_byTypes::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

#codeInteger

The error code.

Returns:

  • (Integer)


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

#messageString

The message for this error.

Returns:

  • (String)


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