Class: Aws::Types::BatchDescribeUserLimitsError

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#error_code::String

Returns the value of attribute error_code.

Returns:

  • (::String)


1111
1112
1113
# File 'sig/types.rbs', line 1111

def error_code
  @error_code
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


1112
1113
1114
# File 'sig/types.rbs', line 1112

def message
  @message
end

#namespace::String

Returns the value of attribute namespace.

Returns:

  • (::String)


1109
1110
1111
# File 'sig/types.rbs', line 1109

def namespace
  @namespace
end

#user_arn::String

Returns the value of attribute user_arn.

Returns:

  • (::String)


1110
1111
1112
# File 'sig/types.rbs', line 1110

def user_arn
  @user_arn
end

#user_name::String

Returns the value of attribute user_name.

Returns:

  • (::String)


1108
1109
1110
# File 'sig/types.rbs', line 1108

def user_name
  @user_name
end