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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb

Overview

A structure containing information about one error encountered while performing an UpdatePermissions operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#caused_byTypes::UpdateInstruction

Specifies which permission update caused the error.



1178
1179
1180
1181
1182
1183
1184
# File 'gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb', line 1178

class UpdateError < Struct.new(
  :caused_by,
  :code,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#codeInteger

The error code.

Returns:

  • (Integer)


1178
1179
1180
1181
1182
1183
1184
# File 'gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb', line 1178

class UpdateError < Struct.new(
  :caused_by,
  :code,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

The message for this error.

Returns:

  • (String)


1178
1179
1180
1181
1182
1183
1184
# File 'gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb', line 1178

class UpdateError < Struct.new(
  :caused_by,
  :code,
  :message)
  SENSITIVE = []
  include Aws::Structure
end